home *** CD-ROM | disk | FTP | other *** search
- Path: news.telepac.pt!usenet
- From: jcarlosr@mail.telepac.pt (J.Carlos)
- Newsgroups: comp.lang.c++
- Subject: Re: Large 1 dim array in c++, please give me a hint!
- Date: Sun, 28 Jan 1996 21:55:44 GMT
- Organization: telepac
- Message-ID: <4egv07$cpj@vivaldi.telepac.pt>
- References: <4e4ssa$n9t@mira.sara.nl> <4e8apb$ik5@mira.sara.nl>
- NNTP-Posting-Host: alv1_p9.telepac.pt
- X-Newsreader: Forte Free Agent 1.0.82
-
- Paul Langemeijer <lmeijer@phys.uva.nl> wrote:
- > I am working on a simulation program that generates a lot of
- > (complex) numbers which I would like to store in a large array, to
- > make a FFT lateron.
- > The calloc function will not allow me enough memory to store my
- > approximately 1Mb of data, though there is enough internal memory
- > on my PC. How can I fix this? I am using Borland C++ under DOS.
-
- You must use some kind of dos extender to use more than 640K in dos,
- you could try Borland Power Pack for BC 4.5 since you are using
- Borland ...
- Regards, J.Carlos
-
-
-
-
-
-
-
-
-